projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
716474d
)
(grep-last-buffer): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 12 Jul 2006 16:05:19 +0000
(16:05 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 12 Jul 2006 16:05:19 +0000
(16:05 +0000)
lisp/progmodes/grep.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/grep.el
b/lisp/progmodes/grep.el
index eb8034220276398ccf974d7d30dac8d3c9fb1805..37d4952058b782100ac7988d9df261b1e352e758 100644
(file)
--- a/
lisp/progmodes/grep.el
+++ b/
lisp/progmodes/grep.el
@@
-232,8
+232,7
@@
See `compilation-error-screen-columns'"
;; override compilation-last-buffer
(defvar grep-last-buffer nil
"The most recent grep buffer.
-A grep buffer becomes most recent when its process is started
-or when it is used with \\[grep-next-match].
+A grep buffer becomes most recent when you select Grep mode in it.
Notice that using \\[next-error] or \\[compile-goto-error] modifies
`complation-last-buffer' rather than `grep-last-buffer'.")